home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12469 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  884 b 

  1. Path: news.luc.edu!user
  2. From: VArase@varase.it.luc.edu (Verne Arase)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Is this a C BUG??? (A string issue)
  5. Date: Sun, 31 Mar 1996 21:18:34 -0600
  6. Organization: LUMC
  7. Message-ID: <AD84A72A96681716E4@mcdiala03.it.luc.edu>
  8. References: <4jknpf$9k3@abel.cc.sunysb.edu> <4jmjgfINN8pr@keats.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: 147.126.240.103
  10.  
  11. In article <4jmjgfINN8pr@keats.ugrad.cs.ubc.ca>,
  12. c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) wrote:
  13.  
  14.  >When in doubt, process individual characters rather than being clever
  15. with
  16.  >buffers and string manipulation. It can be more efficient and cleaner.
  17.  
  18. Even better for fixed length records is open/read/write/close. You can even
  19. use non-delimited records. (Why waste the space of a line delimiter, if
  20. you're not going to use character formatted data?)
  21.  
  22. ---
  23. The above are my own opinions, and not those of my employer.
  24.